home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.5 KB | 38 lines | [TEXT/GEOL] |
- Item 0209578 10-Dec-90 18:27
-
- From: BA0K+@ANDREW.CMU.EDU@INTERNET# Gateway to Internet/BITNET/UUCP
-
- To: MADA.SYSOP MacApp Dev Assoc, Don Sawtelle,IVC
-
- Item forwarded by MADA.SYSOP to MACAPP.TECH$
-
- INTERNET# Document Id: <8bN8dd200WBME5bBNV@andrew.cmu.edu>
-
- ------------------------------------------------------------------------------
-
- Sub: Re: global Reference, ViewEdi
-
- TO REPLY, use: ba0k+@andrew.cmu.edu@INTERNET#
- Using the reply function in AppleLink does not work for gatewayed E-mail yet.
-
- From: Brian Patrick Arnold <ba0k+@andrew.cmu.edu>
- Subject: Re: global Reference, ViewEdit
- References: <0746980@AppleLink.Apple.COM>
- In-Reply-To: <0746980@AppleLink.Apple.COM>
- To: MADA.SYSOP@applelink.apple.com (MacApp Dev Assoc, Don Sawtelle, IVC)
-
-
- I can't help you on your other problems (I only hope ViewEdit has
- progressed in capability by the next MacWorld), but I think your trouble
- with FindSubView might relate to IRes, which is called before the entire
- view hierarchy is instantiated. In other words, I don't think (I may be
- wrong) that IRes is called after approaching the deepest level of the
- view resource, and hence it may pay off to wait until after
- NewTemplateWindow before using FindSubView. A habit I find myself in
- (again, I may be wrong) is to initialize object references to NIL in
- IRes, defending against NIL in most view methods (noble anyway, in case
- allocations fail), and call IMyView style methods after my
- NewTemplateWindow call has completed. I hope this helps.
-
- - Brian
-